Skip to content

modules: adding load linked modules feature#8

Closed
thlorenz wants to merge 1 commit intonodejs:v0.12from
thlorenz:iojs-v0.12-linked-module-loading
Closed

modules: adding load linked modules feature#8
thlorenz wants to merge 1 commit intonodejs:v0.12from
thlorenz:iojs-v0.12-linked-module-loading

Conversation

@thlorenz
Copy link
Contributor

refiling PR from node-fwd

  • introduced NM_F_LINKED flag to identify linked modules
  • setting node_is_initialized after calling V8::Initialize in order to
    make the right decision during initial module registration
  • introduced modlist_linked in order to track modules that were
    pre-registered in order to complete it once node is initialized
  • completing registration of linked module similarly to the way it's
    done inside DLOpen

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants